This structure is a wrapper around a mutex and condition object and a buffer. It is a convenience object which may be used to create synchronous QMI APIs.
- Parameters
-
| mutex |
|
| condition |
|
| buffer |
- QMI request packet is written to this buffer. On request completion, contains the QMI response packet.
|
| bufferSize |
- Set to size in bytes of QMI request packet. On request completion, set to size of QMI response packet.
|
- Note
- The buffer is intended for QMI packet only i.e. QMI header and QMI payload. This buffer becomes the SDU of a QMUX packet.